@charset "utf-8";

.apple-banner {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.swiper-container {
	width: 100%;
	height: 100%
}

.arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999
}

.arrow-left span {
	margin-top: -32px;
	display: block;
	left: 20px;
	top: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180,180,180,.25) url(arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.arrow-left:hover span {
	opacity: .6
}

.arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999
}

.arrow-right span {
	margin-top: -32px;
	display: block;
	right: 20px;
	top: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180,180,180,.25) url(arrows.png) no-repeat center -71px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.arrow-right:hover span {
	opacity: .6
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	width: 100%
}

.pagination li {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer
}

.pagination li span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,.2)
}

.pagination li span i {
	background: gray;
	height: 2px;
	display: block;
	opacity: 0
}

.pagination .current span i,.pagination .firstCurrent span i {
	transition: all .5s ease;
	opacity: 1
}

.pagination .click span {
	background: gray
}

.pagination .click span i {
	display: none
}

.autoplay li span i {
	transform: scaleX(0);
	transform-origin: 0;
	opacity: 1
}

.autoplay .firstCurrent span i {
	transform: scaleX(1);
	transition: all 3s linear
}

.autoplay .current span i {
	transform: scaleX(1);
	transition: all 4s linear
}

.autoplay .replace span {
	background: gray
}

.autoplay .replace span i {
	transform: scaleX(0)
}

.slide1 {
	background: #000 url(b1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%
}

.slide1 .title {
	position: absolute;
	top:35%;
	left: 20%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff
}

.slide2 {
	background: #000 url(b2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%
}

.slide2 .title {
	position: absolute;
	top:45%;
	left: 30%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff
}

.slide2 h2 {
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	width: 100%
}

.slide3 {
	background: #000 url(b3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%
}

.slide3 .title {
	position: absolute;
	top:45%;
	left: 60%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff
}